🪲 [Fix]: Fix linter settings and docs#2
🪲 [Fix]: Fix linter settings and docs#2Marius Storhaug (MariusStorhaug) merged 5 commits intomainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds linter configuration settings to disable multiple validation checks in the GitHub Actions workflow. The changes configure the linter environment to skip various formatting and linting tools including Biome, Zizmor, JSCPD, and Prettier for different file types.
- Added a new
Lintersection with environment variables to disable specific validation checks
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Module Gemini - 0.0.2 published to the PowerShell Gallery. |
|
GitHub release for Gemini v0.0.2 has been created. |
This pull request introduces several configuration improvements related to linting and documentation, as well as a minor documentation update to a public PowerShell function. The changes primarily focus on customizing linter behavior and clarifying function documentation.
Linter and configuration updates:
.github/PSModule.yml: Added a newLintersection to configure environment variables that disable several validation checks, such as Biome format, Biome lint, GitHub Actions Zizmor, JSCPD, and various Prettier validations..github/linters/.markdown-lint.yml: Updated Markdown linting rules by disabling duplicate heading checks (MD024), correcting punctuation formatting forMD026, and clarifying that duplicate INPUTS and OUTPUTS headings are allowed.Documentation improvement:
src/functions/public/Set-PSModuleTest.ps1: Added a.DESCRIPTIONsection to the function comment block for better clarity in documentation.